html{
    font-size: 24px;
}

html, body{
    overflow: scroll;
    overflow-x: hidden;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-drag: none;
    font-family: arial,sans-serif;
}

body {
    max-width: 720px;    /* 设置最大宽度 */
    min-width: 320px;    /* 设置最小宽度 */
    /* font: normal 14px/1.5; */
    font: 16px/1.5 "Microsoft YaHei","SimSun",Arial;
    margin: 0 auto;
    /* overflow: hidden; */
    background-color: #f2f2f2;
    -webkit-tap-highlight-color: transparent;   /* 设置点击后的高亮颜色 */
}

img {
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-font-smooting:  antialiased;
}

a{
    text-decoration: none;
}

div{
    box-sizing: border-box;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li{
    float: left;
    width: 100%;
}

.local-nav{
    display: flex;
    height: 45px;
    background-color: #20232d;
    /* border-radius: 8px; */
    margin-top: 54px;
}

.local-nav  li 
{
    flex: 1;
    padding-left: 16px;
}

.local-nav  li a{
    color: #fff;
    line-height: 45px;
}

.class-nav
{
    display: flex;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.class-nav li{
    flex: 1;
    -webkit-box-flex: 1;
    display: block;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 0.3rem;
    margin: 0.3rem 0.4rem 0.5rem;
    text-align: center;

    width: calc((100% - 6px) / 6);
    min-width: calc((100% - 6px) / 6);
    max-width: calc((100% + 10%) / 6);
}

.class-nav li a{
    color: #000;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.search-index{
    display: flex;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 45px;
    background-color: #f1f2f4;
    border-bottom: 1px solid #e4e4e4;
}

.search-index .channel-name {
    display: inline-block;
    position: absolute;
    line-height: 45px;
    color: #999;
    font-size: 16px;
    left: 50%;
    margin-left: -32px;
    top: 1px;
    width: auto;
}

.search-index  .search-input {
    position: absolute;
    top: 0;
    right: 37px;
    display: -webkit-box;
    background-color: #f1f2f4;
    background: url("../icon/search.png");
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    width: auto;
    transform: translate3d(0,5.5px,0);
}

.getPage{
    display: flex;
    margin: 1.5rem auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* line-height: 2rem; */
}

.getPage a{
    flex: 1;
    -webkit-box-flex: 1;
    /* display: block; */
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 0.2rem;
    color: #ffffff;
    width: 25%;
    margin: 0px 3rem;
    text-align: center;
    font-size: 0.8rem;
    height: 2.7rem;
    line-height: 2.7rem;
    background-color: #006AEA;
}

/*屏蔽浏览器广告*/
#uc_recommend_ad { display: none !important; }

.footer{
    text-align: center;
    padding-top: 9px;
    width: 100%;
    line-height: 17px;
    padding-bottom: 9px;
    font-size: 12px;
    color: #999;
    float: left;
}
.footer p span{
    color: #999;
}
.footer p a{
    color: #999;
}